Skip to main content
TrustRadius
IBM Cloudant

IBM Cloudant

Overview

What is IBM Cloudant?

Cloudant is an open source non-relational, distributed database service that requires zero-configuration. It's based on the Apache-backed CouchDB project and the creator of the open source BigCouch project. Cloudant's service provides integrated data management, search, and analytics engine designed for web…

Read more
Recent Reviews

Win-Win for IBM Cloud

9 out of 10
April 18, 2021
Incentivized
We were using IBM Cloudant as our cloud storage platform for a project where we were collecting real-time environmental data. Later, we …
Continue reading
Read all reviews

Awards

Products that are considered exceptional by their customers based on a variety of criteria win TrustRadius awards. Learn more about the types of TrustRadius awards to make the best purchase decision. More about TrustRadius Awards

Popular Features

View all 7 features
  • Concurrency (21)
    9.9
    99%
  • Performance (21)
    9.8
    98%
  • Security (21)
    9.8
    98%
  • Availability (21)
    8.1
    81%

Reviewer Pros & Cons

View all pros & cons
Return to navigation

Pricing

View all pricing

Standard

$1

Cloud
per month per GB of storage above the included 20 GB

Standard

$75

Cloud
per month 100 reads/second ; 50 writes/second ; 5 global queries/second

Lite

Free

Cloud
20 reads/second ; 10 writes/second ; 5 global queries / second ; 1 GB of storage capacity

Entry-level set up fee?

  • No setup fee
For the latest information on pricing, visithttps://www.ibm.com/cloud/cloudant/pric…

Offerings

  • Free Trial
  • Free/Freemium Version
  • Premium Consulting/Integration Services
Return to navigation

Features

NoSQL Databases

NoSQL databases are designed to be used across large distrusted systems. They are notably much more scalable and much faster and handling very large data loads than traditional relational databases.

9.4
Avg 8.8
Return to navigation

Product Details

What is IBM Cloudant?

IBM Cloudant is a distributed database that is optimized for handling heavy workloads that are typical of large, fast-growing web and mobile apps. Available as an SLA-backed, fully managed IBM Cloud service, Cloudant elastically scales throughput and storage independently. Cloudant is also available as a downloadable on-premises installation, and its API and replication protocol are compatible with an open source ecosystem that includes CouchDB, PouchDB and libraries for the most popular web and mobile development stacks.

IBM Cloudant Features

NoSQL Databases Features

  • Supported: Performance
  • Supported: Availability
  • Supported: Concurrency
  • Supported: Security
  • Supported: Scalability
  • Supported: Data model flexibility
  • Supported: Deployment model flexibility

IBM Cloudant Video

database management with Cloudant

IBM Cloudant Technical Details

Deployment TypesSoftware as a Service (SaaS), Cloud, or Web-Based
Operating SystemsUnspecified
Mobile ApplicationNo
Supported LanguagesEnglish, French, German, Italian, Japanese, Korean, Portuguese/Brazil, Spanish, Chinese Simplified, Chinese Traditional

Frequently Asked Questions

Cloudant is an open source non-relational, distributed database service that requires zero-configuration. It's based on the Apache-backed CouchDB project and the creator of the open source BigCouch project. Cloudant's service provides integrated data management, search, and analytics engine designed for web applications. Cloudant scales your database on the CouchDB framework and provides hosting, administrative tools, analytics and commercial support for CouchDB and BigCouch. Cloudant is often considered part of a new generation of 'NoSQL' databases that don't require fixed table schemas and is challenging the dominance of traditional relational databases (including the popular MySQL).

Amazon DynamoDB, MongoDB, and Couchbase Server are common alternatives for IBM Cloudant.

Reviewers rate Concurrency and Data model flexibility highest, with a score of 9.9.

The most common users of IBM Cloudant are from Small Businesses (1-50 employees).
Return to navigation

Comparisons

View all alternatives
Return to navigation

Reviews and Ratings

(123)

Attribute Ratings

Reviews

(1-8 of 8)
Companies can't remove reviews or game the system. Here's why
Jan Johannes | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
I recommend everyone who evaluated ibm cloudant in the past years since the cloudant aquisition and decided against it due to reliability and maturity of ibm cloud to revisit cloudant. For the last 2 years I can say nothing but positives about the experience and i moved all in-house couchDB and document database hosting to ibm without any issues at all. As a sidenote i was pleasantly surprised by the quality of the fulltext and faceting features of cloudant and even have some workloads handled by cloudant that i previously fullfilled with a separate elastic search installation. This was planned as an intermediate solution but cloudant search worked so well, that it is now a standard part of our solution stack.<br>
  • sync data with multi master setups and offline capable clients
  • schema-less document storage
  • subscription and reactivity to changing data
  • ibm cloud billing is still a bit strict and inflexible for some markets and credit card providers, i needed to verify my company and the process could have been nicer.
perfect for schema-less document needs especially if accessing via http anyways, irreplaceable as soon as multi master or local first (eg. latency critical) clients come into the mix!

high performance/ latency critical joins that cannot be implemented with denormalized data are better done in other systems.

cloudant search does not provide all features of elastic search and can get a bit pricey for many concurrent global quieries that dont work partitioned.
Ramindu Deshapriya | TrustRadius Reviewer
Score 10 out of 10
Vetted Review
Verified User
Incentivized
Our organization uses IBM Cloudant as a distributed NoSQL database solution for implementation on client applications in the Internet of Things space. IBM Cloudant allows rapid writes of unstructured JSON data received from IoT devices on a second-by-second basis. It also allows effective use of map-reduce to aggregate results out of collections defined by within IBM Cloudant databases, allowing for millions of records to be aggregated and used effectively for analytics and reporting.
  • Rapid writes
  • Map reduce
  • High storage capacity
  • High availability
  • Time to index large databases needs to be improved
  • Could use more structure in terms of separating entities within a database
  • Better pricing on storage sizes as database size increases exponentially
IBM Cloudant is the best implementation of CouchDB, or any NoSQL database that you could use if you are looking for a database that can handle extremely rapid writes to a database without having to worry about transactional integrity. IBM Cloudant also abstracts out CouchDB's replication/multi-node requirements and ensures high availability on its own. It also allows map-reduce based indexing which will allow massive databases to be aggregated and queried very quickly. It should not be used in cases where you require structured data which is organized according to a schema, or if you want to maintain ACID database properties.
Nicolas Peeters | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
Cloudant allows us to scale our data layer without worrying about the operations side of things to manage such a big cluster. Cloudant is the main database system for our company. It's business critical for our company and our many customers rely on its performance on a daily basis to perform their activities.
  • Scale your data layer without issues.
  • Great support team.
  • Very few operational problems
  • No detailed monitoring (which views are used or not, performance metrics) on top of the basic stuff provided by CouchDB
  • No playground environment to test some very large map/reduce queries (and therefore any changes in the design have to reindex the whole DB).
  • Pricing is quite steep
  • No integrated backup features, as you'd expect from an enterprise product
It is less suited for reporting. Reporting is an issue. This is a general issue with document-based NoSQL systems, but there's no real solution provided by IBM for this (apart from "dump to a SQL database"). It's very well suited for a document-based system and we of course rely very much on the replication capabilities.
Score 8 out of 10
Vetted Review
Verified User
Incentivized
Cloudant is being used as the main storage system for all my current projects. Being able to easily retrieve and publish data to Cloudant over a standard and proven protocol has made it much easier to implement storage in any language and system required. Having such easily available storage has sped up the entire development process greatly.
  • Support has been great addressing any issues.
  • The documentation is very easy and straight forward to follow.
  • The many storage locations and migration capabilities allow for quick and easy access to data wherever needed.
  • Not supporting temporary views can be limiting at times.
Do you need to provide easy access to data directly to end users?
Do you need remote storage with easy to follow documentation?
Do you already use NoSQL in any other projects?
Is JSON the data you wish to be able to storage and index easily?
Do you need to be able to easily replicate your database stores?
Do you need to share your database with multiple users?
Score 8 out of 10
Vetted Review
Verified User
Incentivized
I'm using Cloudant as a persistent backend to a web app that leverages PouchDB. It is easy to query and seamlessly synchronizes the app data to the cloud.
  • Easy to configure and operate through the GUI.
  • Seamless replication to CouchDB (like PouchDB).
  • The multi-tentant option is free for low utilization (HTTP requests and storage).
  • Instant database compaction on multi-tenant.
Cloudant is easy to use and has a high adherence to CouchDB-like databases, which is awesome for those moving into the NoSQL space.
February 22, 2019

IBM Cloudant Experience

Score 9 out of 10
Vetted Review
Verified User
Incentivized
It is being used as a noSQL database across the organization for big data analytics and is used amongst other things for text analytics as it permits unlimited index fields.
  • Coudant allows unlimited secondary index fields when compared to others that have certain limitations.
  • Cloudant also has the ability to do bi-directional sync for replication and synchronization.
  • Cloudant can run on bare metal and virtual machines.
  • Cloudant can also be deployed in multi-user or private cloud environments.
  • very easy to program and build apps
  • Sometimes, there are no slower response times [than] when trying to pull records - I mean that slowness is in terms of milli-seconds :-)
  • I wish it has in memory computing capability
  • XML is still not supported by this product
Cloudant is best suited for highly scalable environments as it comes with data base as a service. It has more flexibility than some of the other noSQL databases and the response time to pull data is much faster than others. It is easy to stage and get started for both test and production environment. It also has graph data base capability.
Justin Saul | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User
Incentivized
We use Cloudant as our primary data store for a marketplace solution.
  • Cloudant is flexible and fast. From basic document storage, to aggregate data requests, to creating graph data models, Cloudant was flexible enough to handle it.
  • Cloudant events every record change enabling an easy way to event everything.
  • The Cloudant support team is fantastic.
  • At the time, filtered replication is sub-optimal for large data sets. This will improve over time.
  • The divide (cost & performance) from tenant to dedicated is a bit wide for startups.
Cloudant is fairly robust. If you have changing data structures, loose data structures, logging, event storage, or need mobile syncing, Cloudant is a great fit. If you have very relational data that needs constant ad-hoc analysis, I would stick with traditional setups.
January 04, 2016

Cloudant DBaaS review

Score 7 out of 10
Vetted Review
Verified User
Incentivized
Cloudant is being used widely in our company across several projects while some of our classified data is still stored on our self-managed servers. DBaaS does save lots of work on deployment and maintenance, moreover, since most of our projects are hosted with Softlayer, where Cloudant hosts with as well, the network latency between our servers and Cloudant doesn't have significant impacts. In addition, NoSQL introduces a new way to make the query and big data storage easier with the understandable API context, programmers who are not familiar with database operations can still figure out the logic at the data processing part.
  • DBaaS means there is no need to deploy your own servers, which saves you the initial investment on hardwares.
  • Cloudant uses JSON as storage data format, which is commonly supported by all languages. As a result, no cost on data conversion.
  • Owing to the relationship between Cloudant and IBM, they can always get the best support and discounts for customers. For example, choosing Cloudant single tenant plan with hosting at Softlayer, there will be some discounts for you.
  • The single tenant plan seems to be expensive for some SMEs - data size may not reach the half of its minimum storage size, however, multi-tenant makes them feel unsafe for their business information.
  • The query language is not friendly for developers who are just moved from the SQL (MySQL, MSSQL...etc). It requires totally different skills.
Projects which with less classified data and less initial budget for production environment are great to use Cloudant multi-tenant service for the first several versions. For those sensitive data, unless purchasing the single-tenant plan, the multi-tenant context cannot ensure you a stable and provide the business level SLA.
Return to navigation